home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr27 / alcart10.zip / 0.BAT next >
DOS Batch File  |  1995-03-02  |  229b  |  16 lines

  1. rem   0.BAT - used to run the program chosen by alaCARTE.EXE
  2. echo off
  3. alacarte.exe /p%page_call%
  4. call alacarte.bat
  5. if "%file_call%"== "" goto END
  6. cd %dir_call%
  7. %file_call%
  8. goto RESET
  9.  
  10. :RESET
  11. cd c:\
  12. 0.bat
  13.  
  14. :END
  15. cls
  16.